/*基础CSS*/
body{
	font-family: "SourceHanSans-Normal",“Microsoft YaHei”,"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
	color: #030304;
	background: #ffffff;
	overflow-x: hidden;
}
li {
	list-style: none;
}
a {
	color: #030304;
	transition: all 0.3s ease;
}
a:hover {
	color: #030304;
	text-decoration: none;
}
p, dl, dt, dd, ul {
	margin: 0px;
	padding: 0px;
}

.container{
	width: 100%;
	max-width: 100%;
	padding: 0 10px;
	position: relative;
}
@media screen and (min-width: 768px) {
	.container{
		padding: 0 40px;
	}
}

/**
 * header 样式
 */
@-webkit-keyframes MenuAnimIn3{
	0%{
		-webkit-transform:translateY(-100%);
		opacity:0;
	}
	100%{
		-webkit-transform:translateY(0px);
		opacity:1;
	}
}
@keyframes MenuAnimIn3{
	0%{
		transform:translateY(-100%);
		opacity:0;
	}
	100%{
		transform:translateY(0px);
		opacity:1;
	}
}
.dl-menuwrapper{
	position: fixed;
	perspective: none;
	display: block;
	perspective-origin: 0 0;
	background: transparent;
	right: 10px;
	top: 10px;
	z-index: 99999;
}
.dl-menuwrapper #mobile-menu{
	font-size: 14px;
	line-height: 14px;
	display: block;
	color: #000000;
	width: 40px;
	text-align: center;
	padding: 11px 13px 12px;
	background: #ffffff;
}
.dl-menuwrapper #mobile-menu::before{
	content: "\f039";
}
.dl-menuwrapper.menu-colse #mobile-menu::before{
	content: "\f00d";
}
.dl-menuwrapper-box{
	background: #141414;
	padding-top: 60px;
	position: fixed;
	perspective: none;
	perspective-origin: 0 0;
	display: block;
	overflow-x: hidden;
	height: 100%;
	width: 260px;
	visibility: visible;
	transition: transform .2s ease-in-out;
	-webkit-transition: -webkit-transform .2s ease-in-out;
	z-index: 999;
	top: 0;
	right: -260px;
	bottom: 0;
	line-height: 1em;
	font-size: 16px;
}
.dl-menuwrapper-box ul li a{
	display: block;
	position: relative;
	padding: 10px 0;
	margin: 0 20px;
	outline: none;
	text-align: left;
	color: #ffffff;
}
.dl-menuwrapper-box ul li a span{
	display: inline-block;
	max-width: 180px;
	white-space: nowrap;
	overflow: hidden;
}
@media screen and (min-width: 992px) {
	.dl-menuwrapper{
		display: none!important;
	}
}

#header{
	position: relative;
	width: 100%;
	background: #ffffff;
	transition: all 0.3s ease;
}
#header .ph-wrap .ph-wrap-content{
	padding-left: 10px;
	padding-right: 10px;
	margin: 0 auto;
}
#header .ph-wrap .ph-wrap-inner{
	position: relative;
	display: flex;
	width: 100%;
}
#header .ph-wrap .ph-wrap-inner .logo-box{
	padding: 20px 0;
}
#header .ph-wrap .ph-wrap-inner .logo-box a{
	display: block;
}
#header .ph-wrap .ph-wrap-inner .logo-box img{
	display: block;
	height: 20px;
}
@media screen and (min-width: 992px) {
	#header{
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		z-index: 9998;
		background: transparent;
	}
}
#phantom{
	display: none;
}
.menu-box{
	display: none;
}
.menu-search{
	display: none;
}
.menu-lang{
	display: none;
}
@media screen and (min-width:992px) {
	#phantom{
		position: fixed;
		display: block;
		top: 0;
		left: 0;
		right: 0;
		width: 100%;
		text-align: center;
		z-index: 9997;
		opacity: 0;
		visibility: hidden;
	}
	#phantom.showed_tb{
		visibility: visible;
		opacity: 1;
		animation: MenuAnimIn3 1s ease-in-out;
	}
	.ph-wrap{
		background: #ffffff;
		box-shadow: 0 0 6px rgba(0,0,0,0.25);
	}
	#header .ph-wrap{
		background: transparent;
		box-shadow: none;
	}
	.ph-wrap .ph-wrap-content{
		padding-left: 15px;
		padding-right: 15px;
		margin: 0 auto;
	}
	.ph-wrap .ph-wrap-inner{
		position: relative;
		display: flex;
		width: 100%;
	}
	.ph-wrap .ph-wrap-inner .logo-box{
		padding: 22px 0;
	}
	.ph-wrap .ph-wrap-inner .logo-box img{
		display: block;
		height: 30px;
	}
	#header .ph-wrap .ph-wrap-content{
		padding-left: 15px;
		padding-right: 15px;
		margin: 0 auto;
	}
	#header .ph-wrap .ph-wrap-inner .logo-box{
		padding: 22px 0;
	}
	#header .ph-wrap .ph-wrap-inner .logo-box img{
		display: block;
		height: 30px;
	}
	.ph-wrap .ph-wrap-inner .menu-box{
		flex-grow: 1;
		display: block;
		padding: 25px 0;
	}
	.ph-wrap .ph-wrap-inner .menu-box ul{
		display: flex;
		justify-content: center;
	}
	.ph-wrap .ph-wrap-inner .menu-box ul li{
		line-height: 24px;
		margin: 0 5px;
		position: relative;
	}
	.ph-wrap .ph-wrap-inner .menu-box ul li a{
		display: inline-block;
		padding: 0 5px;
	}
	.ph-wrap .ph-wrap-inner .menu-box ul li a:hover,
	.ph-wrap .ph-wrap-inner .menu-box ul li.active a{
		color: #d69d49;
	}
	.ph-wrap .ph-wrap-inner .menu-box ul li > a i.underline{
		position: absolute;
		display: block;
		overflow: hidden;
		left: 50%;
		bottom: -25px;
		width: 0;
		height: 1px;
		opacity: 0;
		-webkit-transition: all 0.6s cubic-bezier(0.215,0.61,0.355,1) 0s;
		transition: all 0.6s cubic-bezier(0.215,0.61,0.355,1) 0s;
	}
	#header .ph-wrap .ph-wrap-inner .menu-box ul li > a i.underline{
		display: none;
	}
	.ph-wrap .ph-wrap-inner .menu-box ul li a:hover i.underline,
	.ph-wrap .ph-wrap-inner .menu-box ul li.active a i.underline{
		width: 100%;
		opacity: 1;
		left: 0;
		background: #000;
	}
	.menu-search{
		display: flex;
		padding: 25px 0;
	}
	.menu-search input{
		width: 120px;
		height: 24px;
		border: none;
		outline: none;
		display: block;
		background: transparent;
		border-bottom: 1px solid #949394;
	}
	.menu-search button{
		border: none;
		background: transparent;
		border-bottom: 1px solid #949394;
		height: 24px;
		width: 24px;
		display: block;
		color: #9e9e9f;
	}
	.menu-lang{
		width: 54px;
		margin: 25px 0 25px 20px;
		display: flex;
		border: 1px solid #d59c4a;
	}
	.menu-lang a{
		display: block;
		line-height: 22px;
		width: 26px;
		color: #d59c4a;
		text-align: center;
	}
	.menu-lang a:nth-child(1){
		background: #d59c4a;
		color: #ffffff;
	}
}
@media screen and (min-width:1100px) {
	.ph-wrap .ph-wrap-content{
		padding-left: 40px;
		padding-right: 40px;
	}
	#header .ph-wrap .ph-wrap-content{
		padding-left: 40px;
		padding-right: 40px;
		margin: 0 auto;
	}
	.ph-wrap .ph-wrap-inner .menu-box ul li{
		margin: 0 10px;
	}
}
@media screen and (min-width:1200px) {
	.ph-wrap .ph-wrap-inner .menu-box ul li{
		margin: 0 15px;
	}
}
@media screen and (min-width:1400px) {
	.ph-wrap .ph-wrap-inner .menu-box ul li{
		margin: 0 25px;
	}
}






.page-bar{
	text-align: center;
}
.page-bar a,
.page-bar span{
	font-size: 16px;
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 28px;
	text-align: center;
	margin: 0 5px;
	border: 1px solid transparent;
}
.page-bar a.page-num-current{
	border: 1px solid #626060;
}








/**
 * 在线商城样式
 */
.shop-container{
	width: 100%;
	max-width: 1350px;
	margin: 0 auto;
	padding: 40px 20px;
}
.shop-container .page-title{
	margin: 0 0 30px;
}
.shop-container ul{
	margin: 0 -10px;
}
.shop-container ul li{
	padding: 0 10px;
	margin: 0 0 20px;
}
.shop-container ul li .shop-li{
	border: 1px solid #e2e2e2;
	height: 80px;
	font-size: 20px;
	font-family: 'SourceHanSans-Normal';
	transition: all 0.3s ease;
}
.shop-container ul li .shop-li:hover{
	border-color: #aaaaaa;
}
.shop-container ul li .shop-li a{
	display: block;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
	display: flex;
}
.shop-container ul li .shop-li img{
	width: 34px;
	height: 34px;
	display: block;
	margin: 0 10px 0 0;
}
@media screen and (min-width:768px) {
	.shop-container{
		padding: 100px 40px 80px;
	}
	.shop-container .page-title{
		margin: 0 0 50px;
	}
}
@media screen and (min-width:992px) {
	.shop-container{
		padding: 210px 40px;
	}
	.shop-container ul li{
		margin: 0 0 45px;
	}
	.shop-container .page-title{
		margin: 0 0 70px;
	}
	.shop-container ul li .shop-li{
		font-size: 26px;
	}
}






/**
 * 加入我们样式
 */
.job-column{
	padding: 30px 0;
	background: #f2f2f2;
	text-align: center;
	position: relative;
	z-index: 9999;
	box-shadow: 0 0 6px rgba(0,0,0,0.25);
}
.job-column a{
	border: 1px solid #b3b3b4;
	display: inline-block;
	margin: 0 10px;
	width: 120px;
	font-size: 16px;
	line-height: 22px;
	padding: 8px 0;
}
.job-column a:hover{
	color: #ffffff;
	background: #b3b3b4;
}
@media screen and (min-width:768px) {
	.job-column{
		padding: 45px 0;
	}
	.job-column a{
		width: 200px;
		padding: 10px 0;
	}
}



.join-process{
	width: 100%;
	padding: 60px 0;
	background: #ffffff;
}
.join-process .join-process-wrap{
	width: 100%;
	padding: 0 20px;
	max-width: 1700px;
	margin-left: auto;
	margin-bottom: 0px;
}
.join-process .page-title{
	margin: 0 0 40px;
}
.join-process ul{
	margin: 0 -10px;
}
.join-process ul li{
	padding: 0 10px;
	font-size: 14px;
	margin: 0 0 20px;
}
.join-process ul li .li-box{
	border: 1px solid #d5d5d5;
	border-radius: 20px;
	height: 180px;
	background: #ffffff;
	position: relative;
	transition: all 0.3s ease;
}	
.join-process ul li img{
	display: block;
	margin: 30px auto 30px;
	width: 46px;
}
.join-process ul li p{
	text-align: center;
	line-height: 22px;
}
@media screen and (min-width:500px) {
	.join-process{
		padding: 60px 0 0px;
	}
	.join-process .join-process-wrap{
			padding: 0 40px;
	}
	.join-process ul{
		margin: 0 -20px;
	}
	.join-process ul li{
		padding: 0 20px;
		margin: 0 0 30px;
	}
}
@media screen and (min-width:600px) {
	.join-process .join-process-wrap{
			padding: 0 60px;
	}
	.join-process ul{
		margin: 0 -30px;
	}
	.join-process ul li{
		padding: 0 30px;
		margin: 0 0 30px;
	}
}
@media screen and (min-width:768px) {
	.join-process .join-process-wrap{
		padding: 0 80px;
	}
	.join-process .page-title{
		margin: 0 0 80px;
	}
	.join-process ul{
		margin: 0 -50px;
	}
	.join-process ul li{
		padding: 0 50px;
		font-size: 16px;
		margin: 0 0 80px;
	}
	.join-process ul li.active .li-box{
		transform: scale(1);
	}
}
@media screen and (min-width:992px) {
	.join-process .join-process-wrap{
		margin-bottom: 120px;
	}
	.join-process ul li .li-box::after{
		content: "";
		width: 100%;
		height: 2px;
		top: 50%;
		display: block;
		margin-top: -1px;
		left: 100%;
		background: #d5d5d5;
		position: absolute;
	}
	.join-process ul li:last-child .li-box::after{
		display: none;
	}
	.join-process{
		width: 100%;
		padding: 100px 0 120px;
		background: #ffffff;
	}
	.join-process .join-process-wrap{
		padding: 0 40px;
	}
	.join-process .page-title{
		margin: 0 0 80px;
	}
	.join-process ul{
		margin: 0 -15px;
	}
	.join-process ul li{
		padding: 0 15px;
		font-size: 14px;
		margin: 0px;
	}
	.join-process ul li .li-box{
		height: 180px;
	}
	.join-process ul li.active .li-box{
		transform: scale(1.2);
	}
}
@media screen and (min-width:1200px) {
	.join-process{
		width: 100%;
		padding: 120px 0 160px;
		background: #ffffff;
	}
	.join-process .page-title{
		margin: 0 0 100px;
	}
	.join-process ul{
		margin: 0 -30px;
	}
	.join-process ul li{
		padding: 0 30px;
		font-size: 14px;
		margin: 0px;
	}
	.join-process ul li .li-box{
		height: 180px;
	}
	.join-process ul li.active .li-box{
		transform: scale(1.25);
	}
}
@media screen and (min-width:1400px) {
	.join-process{
		width: 100%;
		padding: 160px 0 200px;
		background: #ffffff;
	}
	.join-process .page-title{
		margin: 0 0 120px;
	}
	.join-process ul{
		margin: 0 -40px;
	}
	.join-process ul li{
		padding: 0 40px;
		margin: 0px;
	}
	.join-process ul li .li-box{
		height: 200px;
	}
	.join-process ul li.active .li-box{
		transform: scale(1.3);
	}
}
@media screen and (min-width:1600px) {
	.join-process ul{
		margin: 0 -55px;
	}
	.join-process ul li{
		padding: 0 55px;
		margin: 0px;
	}
	.join-process ul li .li-box{
		height: 200px;
	}
	.join-process ul li.active .li-box{
		transform: scale(1.3);
	}
}

.join-process-line{
	display: none;
}
@media screen and (min-width:992px) {
	.join-process-line{
		padding: 0 40px;
		width: 100%;
		display: flex;
		justify-content: center;
		position: relative;
		margin: 0 auto;
		max-width: 1440px;
	}
	.join-process-line::after{
		content: "";
		position: absolute;
		left: 40px;
		right: 40px;
		height: 1px;
		top: 11px;
		z-index: 1;
		background: #d5d5d5;
	}
	.join-process-line .round{
		width: 23px;
		height: 23px;
		border-radius: 50%;
		border: 1px solid #595757;
		background: #ffffff;
		position: relative;
		z-index: 2;
	}
	.join-process-line .round:hover{
		background: #d69d49;
		border-color: #d69d49;
	}
	.join-process-line .prev,
	.join-process-line .next{
		border-left: 5px solid #ffffff;
		width: 22px;
		position: relative;
		z-index: 2;
		cursor: pointer;
		background: url(../images/next.png) no-repeat center #ffffff;
		background-size: 100% auto;
	}
	.join-process-line .prev{
		background: url(../images/prev.png) no-repeat center #ffffff;
		background-size: 100% auto;
		border-right: 5px solid #ffffff;
		border-left: 0;
	}
	.join-process-line .prev:hover{
		background: url(../images/prev-hover.png) no-repeat center #ffffff;
		background-size: 100% auto;
	}
	.join-process-line .next:hover{
		background: url(../images/next-hover.png) no-repeat center #ffffff;
		background-size: 100% auto;
	}
}


.job-container{
	width: 100%;
	padding: 40px 0 60px;
	background: #f2ebe7;
}
.job-container .page-title{
	margin: 0 0 30px;
}
.job-container .job-container-wrap{
	width: 100%;
	padding: 0 30px;
	max-width: 1380px;
	overflow: hidden;
}
.job-container .job-container-wrap ul.title{
	margin: 0 -7.5px;
	border-top: 1px solid #b3b1b1;
}
.job-container .job-container-wrap ul.title li{
	padding: 8px 7.5px;
}
.job-container .job-container-wrap ul.title li span{
	display: block;
	line-height: 30px;
	font-size: 14px;
	padding: 0 0 0 0px;
}
.job-container .job-container-wrap ul.title li p{
	font-size: 12px;
	line-height: 20px;
}
.job-search{
	margin: 0 0 20px;
}
.job-search form{
	width: 100%;
	display: flex;
	justify-content: center;
}
.job-search select{
	display: block;
	margin: 0 5px 0 0;
	width: 130px;
	font-size: 12px;
	height: 30px;
	outline: none;
	border: 1px solid #cccbcc;
}
.job-search input{
	margin: 0 5px 0 0;
	display: none;
	border: 1px solid #cccbcc;
	outline: none;
	padding: 0 8px;
}
.job-search  button{
	width: 60px;
	background: #cccbcc;
	border: 0;
	color: #ffffff;
	height: 30px;
	font-size: 12px;
	border-radius: 0;
}
@media screen and (min-width:768px) {
	.job-search{
		margin: 0 0 30px;
	}
	.job-search select{
		width: 200px;
		font-size: 14px;
	}
	.job-search input{
		width: 200px;
		margin: 0 5px 0 0;
		display: block;
		font-size: 14px;
	}
	.job-search  button{
		width: 100px;
		font-size: 14px;
	}
	.job-container{
		padding: 80px 0 100px;
	}
	.job-container .page-title{
		margin: 0 0 50px;
	}
	.job-container .job-container-wrap{
		padding: 0 40px;
	}
	.job-container .job-container-wrap ul.title{
		margin: 0 -15px;
	}
	.job-container .job-container-wrap ul.title li{
		padding: 20px 15px;
	}
	.job-container .job-container-wrap ul.title li span{
		padding: 0 0 0 30px;
		font-size: 16px;
	}
	.job-container .job-container-wrap ul.title li:nth-child(1) span{
		background: url(../images/job-icon1.png) no-repeat center left;
	}
	.job-container .job-container-wrap ul.title li:nth-child(2) span{
		background: url(../images/job-icon2.png) no-repeat center left;
	}
	.job-container .job-container-wrap ul.title li:nth-child(3) span{
		background: url(../images/job-icon3.png) no-repeat center left;
	}
	.job-container .job-container-wrap ul.title li:nth-child(4) span{
		background: url(../images/job-icon4.png) no-repeat center left;
	}
	.job-container .job-container-wrap ul.title li p{
		padding: 0 0 0 30px;
		font-size: 14px;
	}
}
@media screen and (min-width:992px) {
	.job-container{
		padding: 160px 0 200px;
	}
	.job-container .page-title{
		margin: 0 0 70px;
	}
	.job-search{
		margin: 0 0 50px;
	}
	.job-search select{
		width: 200px;
		height: 40px;
	}
	.job-search input{
		width: 200px;
		height: 40px;
		margin: 0 5px 0 0;
		display: block;
	}
	.job-search  button{
		width: 160px;
		height: 40px;
	}
}






/**
 * 品牌动态
 */
.news-container{
	max-width: 1240px;
	margin: 0 auto;
	width: auto;
	padding: 0 15px 60px;
}
.news-container ul{
	position: relative;
	z-index: 998;
	margin: 0 -15px 30px;
}
.news-container ul li{
	padding: 15px;
	margin-bottom: -10px;
}
.news-container ul li .post-thumb{
	overflow: hidden;
	margin: 0 0 10px;
}
.news-container ul li img{
	display: block;
	transform: scale(1.0);
	width: 100%;
	transition: all 0.5s ease;
}
.news-container ul li .itembody:hover img{
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	transition: all 1s ease;
}
.news-container ul li .post-title{
	padding: 10px 0 6px;
	color: #000000;
	line-height: 18px;
	text-align: left;
	margin: 0 0 5px;
}
.news-container ul li .post-title a{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: block;
	color: #000000;
	font-size: 18px;
	line-height: 24px;
}
.news-container ul li .entry-content{
	color: #555555;
	font-size: 12px;
	line-height: 24px;
}
@media screen and (min-width:768px) {
	.news-container{
		padding: 0 30px 60px;
	}
	.news-container ul{
		margin: -100px -15px 30px;
	}
	.news-container ul li{
		padding: 15px;
		margin-bottom: -10px;
	}
}
@media screen and (min-width:992px) {
	.news-container{
		padding: 0 40px 120px;
	}
	.news-container ul{
		margin: -140px -15px 80px;
	}
}



/**
 * 产品系列
 */
.product-container{
	max-width: 100%;
	margin: 0 auto;
	padding: 50px 0;
	background: #f2f2f2;
	position: relative;
	z-index: 2;
	box-shadow: 0 0 6px rgba(0,0,0,0.2);
}
.tabcontent-header-menu{
	text-align: center;
	z-index: 4;
	position: relative;
}
.tabcontent-inner{
	overflow: hidden;
	max-width: 100%;
	display: block;
	padding: 0;
	margin: 0 auto;
	width: 100%;
	position: relative;
	background-color: transparent;
}
.tabcontent-inner ul{
	text-align: center;
	display: table;
	width: 100%;
	table-layout: fixed;
}
.tabcontent-inner ul li{
	display: table-cell;
	position: relative;
}
.tabcontent-inner ul li.itemblank{
	display: table-cell;
	width:20px
}
.tabcontent-inner ul li button{
	width: 200px;
	background: transparent;
	color: #030304;
	font-size: 16px;
	line-height: normal;
	border: 1px solid rgba(3,3,4,1);
	padding: 10px 0;
}
.tabcontent-inner ul li button.active,
.tabcontent-inner ul li button:hover{
	background: #030304;
	color: #ffffff;
}
@media screen and (max-width:1300px) {
	.tabcontent-inner{
		overflow-x: scroll !important;
	}
}
@media screen and (min-width:1380px) {
	.product-container{
		padding: 50px 40px;
	}
}
.product-bg{
	padding: 15px 0;
	background: url(../images/product-bg.jpg) no-repeat center center;
	background-size: cover;
}
.product-wrap{
	width: 100%;
	max-width: 1400px;
	padding: 0 40px;
	margin: 0 auto;
}
.product-list{
	padding: 30px;
	background: #ffffff;
}
.product-list ul li{
	margin: 0 0 30px;
}
.product-list ul li a{
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}
.product-list ul li img{
	display: block;
	width: 100%;
	transition: all 0.5s ease;
}
.product-list ul li a:hover img{
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	transition: all 1s ease;
}
.product-list ul li .post-text{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 40px 20px;
}
.product-list ul li .post-text button{
	background: transparent;
	border: 1px solid #9e9e9f;
	width: 140px;
	height: 40px;
	font-size: 16px;
	color: #717071;
	margin: 20px 0 0;
}
.product-list ul li .post-text p{
	font-size: 16px;
	color: #717071;
	line-height: 28px;
}
.product-list ul li .post-text .line{
	width: 55px;
	height: 2px;
	margin: 10px 0;
	background: #717071;
}
.product-list ul li .post-text h3{
	margin: 0;
	font-size: 20px;
	line-height: 30px;
	font-weight: normal;
}
@media screen and (max-width: 540px) {
	.product-list{
		padding: 15px;
		background: #ffffff;
	}
	.product-list ul li{
		margin: 0 0 15px;
	}
	.product-wrap{
		width: 100%;
		max-width: 1400px;
		padding: 0 15px;
		margin: 0 auto;
	}
	.product-list .page-bar{
		margin: 20px 0 20px;
	}
}
@media screen and (min-width:992px) {
	.product-list ul li:nth-child(1),
	.product-list ul li:nth-child(2){
		height: 350px;
	}
	.product-list ul li:nth-child(1) .post-thumb,
	.product-list ul li:nth-child(2) .post-thumb{
		width: 100%;
		height: 100%;
		background-size: cover !important;
		background-repeat: no-repeat !important;
		background-position: center center !important;
	}
	.product-list ul li:nth-child(1) .post-thumb img,
	.product-list ul li:nth-child(2) .post-thumb img{
		display: none;
	}
	.product-list .page-bar{
		margin: 20px 0 30px;
	}
}
@media screen and (min-width:992px) {
	.product-bg{
		padding: 50px 0;
	}
	.product-list ul li .post-text{
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		padding: 15px;
	}
	.product-list ul li .post-text button{
		background: transparent;
		border: 1px solid #9e9e9f;
		width: 100px;
		height: 30px;
		font-size: 14px;
		color: #717071;
		margin: 10px 0 0;
	}
	.product-list ul li .post-text p{
		font-size: 12px;
		color: #717071;
		line-height: 24px;
		height: 48px;
		overflow: hidden;
	}
	.product-list ul li .post-text .line{
		width: 55px;
		height: 2px;
		margin: 5px 0;
		background: #717071;
	}
	.product-list ul li .post-text h3{
		margin: 0;
		font-size: 16px;
		height: 30px;
		overflow: hidden;
		line-height: 30px;
		font-weight: normal;
	}
}
@media screen and (min-width:1300px) {
	.product-bg{
		padding: 80px 0;
	}
	.product-list ul li:nth-child(1),
	.product-list ul li:nth-child(2){
		height: 400px;
	}
	.product-list ul li .post-text{
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		padding: 30px 20px;
	}
	.product-list ul li .post-text button{
		background: transparent;
		border: 1px solid #9e9e9f;
		width: 140px;
		height: 40px;
		font-size: 14px;
		color: #717071;
		margin: 20px 0 0;
	}
	.product-list ul li .post-text p{
		font-size: 14px;
		color: #717071;
		line-height: 28px;
		height: 56px;
	}
	.product-list ul li .post-text .line{
		width: 55px;
		height: 2px;
		margin: 10px 0;
		background: #717071;
	}
	.product-list ul li .post-text h3{
		margin: 0;
		font-size: 18px;
		line-height: 30px;
		font-weight: normal;
	}
	.product-list .page-bar{
		margin: 30px 0 60px;
	}
}
@media screen and (min-width:1400px) {
	.product-bg{
		padding: 100px 0;
	}
	.product-list ul li:nth-child(1),
	.product-list ul li:nth-child(2){
		height: 450px;
	}
	.product-list ul li .post-text{
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		padding: 40px 20px;
	}
	.product-list ul li .post-text button{
		background: transparent;
		border: 1px solid #9e9e9f;
		width: 140px;
		height: 40px;
		font-size: 14px;
		color: #717071;
		margin: 20px 0 0;
	}
	.product-list ul li .post-text p{
		font-size: 14px;
		color: #717071;
		line-height: 28px;
	}
	.product-list ul li .post-text .line{
		width: 55px;
		height: 2px;
		margin: 10px 0;
		background: #717071;
	}
	.product-list ul li .post-text h3{
		margin: 0;
		font-size: 20px;
		line-height: 30px;
		font-weight: normal;
	}
}





/**
 * 联系我们
 */
.contact-message{
	padding: 170px 0 0px;
}
.contact-message .page-title{
	margin: 0 0 60px;
}
.contact-message .message-box{
	background: #ffffff;
	padding: 50px;
}
.contact-message .message-box .form-box{
	border: 1px solid #c2afa5;
	padding: 110px 100px;
}
.contact-message .message-box .form-box .form-item{
	margin: 0 -40px;
}
.contact-message .message-box .form-box .input-box{
	margin: 0 0 20px;
	padding: 0 40px;
}
.contact-message .message-box .form-box .input-box:last-child{
	margin: 60px 0 0;
}
.contact-message .message-box .form-box label{
	display: block;
	color: #c5afa6;
	font-size: 16px;
	line-height: 20px;
	
}
.contact-message .message-box .form-box input{
	display: block;
	width: 100%;
	height: 50px;
	outline: none;
	padding: 0 10px;
	font-size: 16px;
	border: 1px solid #c5afa6;
}
.contact-message .message-box .form-box textarea{
	width: 100%;
	height: 200px;
	border: 1px solid #c5afa6;
	resize: none;
	padding: 5px 8px;
	font-size: 16px;
	outline: none;
}
.contact-message .message-box .form-box button{
	width: 170px;
	height: 50px;
	border: 1px solid #c5afa6;
	background: transparent;
	color: #c5afa6;
	font-size: 18px;
	margin: 0 auto;
	display: block;
	transition: all 0.3s ease;
}
.contact-message .message-box .form-box button:hover{
	background: #c5afa6;
	color: #ffffff;
}
@media screen and (max-width:767px) {
	.contact-message{
		padding: 40px 0 0;
	}
	.contact-message .page-title{
		margin: 0 0 30px;
	}
	.contact-message .container{
		padding: 0 15px;
	}
	.contact-message .message-box{
		padding: 15px;
	}
	.contact-message .message-box .form-box{
		padding: 30px 15px;
	}
	.contact-message .message-box .form-box .form-item{
		margin: 0;
	}
	.contact-message .message-box .form-box .input-box{
		padding: 0;
	}
	.contact-message .message-box .form-box input{
		height: 36px;
	}
	.contact-message .message-box .form-box textarea{
		height: 100px;
	}
	.contact-message .message-box .form-box .input-box:last-child{
		margin: 0;
	}
}


.contact-tel-box{
	display: flex;
}
.contact-tel .item:nth-child(1){
	width: 46.5%;
}
.contact-tel .item:nth-child(2){
	width: 23.5%;
	display: flex;
	flex-flow: column;
	background: #eeedec;
}
.contact-tel .item:nth-child(3){
	width: 30%;
}
.contact-tel .item img{
	display: block;
	width: 100%;
}
.contact-tel .item .contact-tel-text{
	flex-grow: 1;
	padding: 0 20px;
}
.contact-tel .item .contact-tel-text .contact-tel-text-box{
	justify-content: center;
	display: flex;
	height: 100%;
	width: 100%;
	flex-flow: column;
}
.contact-tel .item .contact-tel-text p{
	font-size: 20px;
	color: #b1968a;
	line-height: 30px;
	padding: 5px 0;
	font-family: 'SourceHanSans-Regular';
}
.contact-tel .item .contact-tel-text p span{
	font-size: 30px;
}

.contact-tel .item .contact-tel-text .contact-tel-text-box img{
	width: 75%;
	max-width: 356px;
	margin: 0 0 150px;
}



















.contact-map{
	padding: 60px 0 0;
	background: #eeeded;
}
.contact-map .page-title{
	margin: 0 0 60px;
}
@media screen and (min-width:768px) {
	.contact-map{
		padding: 60px 0 0;
		background: #eeeded;
	}
	.contact-map .page-title{
		margin: 0 0 60px;
	}
}
@media screen and (min-width:992px) {
	.contact-map{
		padding: 80px 0 0;
		background: #eeeded;
	}
	.contact-map .page-title{
		margin: 0 0 80px;
	}
}


.footer{
	display: none;
}
.wap-footer{
	display: block;
	background: #000000;
	position: relative;
	min-height: 340px;
	padding: 20px 0 0;
}
.wap-footer ul.wap-footer-menu{
	margin: 0 0 10px;
}
.wap-footer ul.wap-footer-menu li{
	padding: 10px 0;
	text-align: center;
}
.wap-footer ul.wap-footer-menu li a{
	color: #ffffff;
	display: inline-block;
	padding: 11px 130px;
	border: 1px solid rgb(241, 241, 241);
	color: rgb(241, 241, 241);
}
.bitWidgetFrame{
	padding: 10px;
}
.gallery_icons_list{
	text-align: center;
}
.gallery_icons_list li{
	display: inline-block;
	font-style: normal;
	line-height: normal;
}
.gallery_icons_list li span{
	display: inline-block;
	width: 24px;
	height: 24px;
	margin: 0 20px;
	background: url('../images/social_icon_24x24.png');
	background-repeat: no-repeat;
}
.gallery_icons_list li:nth-child(1) span{
	background-position: -48px -144px;
}
.gallery_icons_list li:nth-child(2) span{
	background-position: 0 -144px;
}
.gallery_icons_list li:nth-child(3) span{
	background-position: -24px -144px;
}
.gallery_icons_list li:nth-child(4) span{
	background-position: -480px -144px;
}
.sitecopyright{
	color: #ffffff;
	font-size: 12px;
	text-align: center;
	line-height: 20px;
	padding: 10px 0;
}
@media screen and (min-width:768px) {
	.wap-footer ul.wap-footer-menu li a{
		padding: 11px 16px;
	}
}
@media screen and (min-width:992px) {
	.wap-footer{
		display: none;
	}
	.footer{
		display: block;
		padding: 50px 0;
		background: #888988;
	}
	.footer-wrap{
		width: 100%;
		max-width: 1500px;
		margin: 0 auto;
		padding: 0 15px;
		display: flex;
	}

	.footer-left .logo-box img{
		display: block;
		height: 30px;
	}
	.footer-left a.sort-link{
		width: 180px;
		line-height: 40px;
		display: block;
		font-size: 16px;
		border: 1px solid #a4a5a4;
		padding-left: 55px;
		margin: 40px 0 20px;
		position: relative;
		background: url(../images/sort.png) no-repeat left center #f7f7f7;
	}
	.footer-left a.sort-link::after{
		content: ">";
		position: absolute;
	}

	.footer-left .tel-box p{
		font-size: 16px;
		color: #ffffff;
	}
	.footer-left .tel-box h3{
		font-weight: normal;
		color: #ffffff;
		font-size: 20px;
		margin: 10px 0 0;
	}
	.footer-qrcode{
		display: flex;
		color: #ffffff;
		font-size: 12px;
		padding: 70px 20px 0;
		border-right: 1px solid #ffffff;
	}
	.footer-qrcode .item{
		margin: 0 15px;
	}
	.footer-qrcode p{
		text-align: center;
	}
	.footer-qrcode img{
		display: block;
		width: 80px;
		margin: 0 auto 10px;
	}

	.foot-nav{
		flex-grow: 1;
		margin-left: auto;
		display: flex;
		justify-content: center;
	}
	.foot-nav dl{
		margin: 0 20px;
	}
	.foot-nav dl dt{
		color: #ffffff;
		font-size: 16px;
		margin: 0 0 10px;
		font-weight: normal;
	}
	.foot-nav dl dd{
		line-height: 30px;
		font-size: 14px;
	}
	.foot-nav dl dd a{
		color: #ffffff;
	}
}
@media screen and (min-width:1100px) {
	.foot-nav dl{
		margin: 0 30px;
	}
}
@media screen and (min-width:1300px) {
	.footer{
		padding: 50px 0;
		background: #888988;
	}
	.footer-wrap{
		width: 100%;
		max-width: 1500px;
		margin: 0 auto;
		padding: 0 15px;
		display: flex;
	}

	.footer-left .logo-box img{
		display: block;
		height: 30px;
	}
	.footer-left a.sort-link{
		width: 200px;
		line-height: 40px;
		display: block;
		font-size: 16px;
		border: 1px solid #a4a5a4;
		padding-left: 55px;
		margin: 40px 0 20px;
		background: url(../images/sort.png) no-repeat left center #f7f7f7;
	}

	.footer-left .tel-box p{
		font-size: 16px;
		color: #ffffff;
	}
	.footer-left .tel-box h3{
		font-weight: normal;
		color: #ffffff;
		font-size: 24px;
		margin: 10px 0 0;
	}
	.footer-qrcode{
		display: flex;
		color: #ffffff;
		font-size: 12px;
		padding: 70px 100px 0;
		border-right: 1px solid #ffffff;
	}
	.footer-qrcode .item{
		margin: 0 25px;
	}
	.footer-qrcode p{
		text-align: center;
	}
	.footer-qrcode img{
		display: block;
		width: 80px;
		margin: 0 auto;
	}

	.foot-nav{
		flex-grow: 1;
		margin-left: auto;
		display: flex;
		justify-content: center;
	}
	.foot-nav dl{
		margin: 0 40px;
	}
	.foot-nav dl dt{
		color: #ffffff;
		font-size: 16px;
		margin: 0 0 10px;
		font-weight: normal;
	}
	.foot-nav dl dd{
		line-height: 30px;
		font-size: 14px;
	}
	.foot-nav dl dd a{
		color: #ffffff;
	}
}





.about-map{
	width: 100%;
	height: 530px;
	background: url(../images/about-map.jpg) no-repeat center;
}
.about-map-wrap{
	width: 768px;
	height: 530px;
	margin: 0 auto;
	position: relative;
}
.about-map-wrap .item{
	width: 26px;
	height: 40px;
	cursor: pointer;
	position: absolute;
	background: url(../images/map-icon.png);
}
.about-map-wrap .item:nth-child(1){
	left: 172px;
	top: 25px;
}
.about-map-wrap .item:nth-child(2){
	left: 498px;
	top: 180px;
}
.about-map-wrap .item:nth-child(3){
	left: 328px;
	top: 352px;
}
.about-map-wrap .item .item-box{
	display: inline-block;
	position: absolute;
	width: 250px;
	padding: 10px 0;
	left: 60px;
	top: 50%;
	margin-top: -27px;
	display: none;
	font-size: 16px;
	text-align: center;
	border: 1px solid #595757;
	background: #dbdcdc;
}
.about-map-wrap .item .item-box p{
	font-size: 14px;
	line-height: 30px;
}
.about-map-wrap .item .item-box::after{
	content: "";
	width: 23px;
	height: 34px;
	position: absolute;
	left: -23px;
	top: 50%;
	margin: -17px 0 0;
	background: url(../images/map-icon1.png);
}
.about-map-wrap .item:nth-child(2) .item-box{
	width: 440px;
	left: -473px;
	top: 50%;
	padding: 10px 20px;
	margin-top: -90px;
	text-align: center;
}
.about-map-wrap .item:nth-child(2) .item-box::after{
	left: auto;	
	right: -23px;
	background: url(../images/map-icon2.png);
}
@media screen and (max-width:767px) {
	.about-map{
		width: 100%;
		height: 320px;
		background: url(../images/about-map1.jpg) no-repeat center;
	}
	.about-map-wrap{
		width: 300px;
		height: 320px;
	}
	.about-map-wrap .item:nth-child(1){
		left: 60px;
		top: 0px;
	}
	.about-map-wrap .item:nth-child(2){
		left: 255px;
		top: 95px;
	}
	.about-map-wrap .item:nth-child(3){
		left: 153px;
		top: 198px;
	}
	.about-map-wrap .item .item-box{
		width: 200px;
	}
	.about-map-wrap .item:nth-child(2) .item-box{
		width: 220px;
		left: -253px;
		top: 50%;
		padding: 10px 10px;
		z-index: 9999;
		margin-top: -146px;
		text-align: center;
	}
	.about-map-wrap .item:nth-child(3) .item-box{
		width: 150px;
		right: auto;
		padding: 0 10px;
		line-height: 20px;
		left: -170px;
	}
	.about-map-wrap .item:nth-child(3) .item-box p{
		line-height: 20px;
		padding: 10px 0;
	}
	.about-map-wrap .item:nth-child(3) .item-box::after{
		left: auto;	
		right: -23px;
		background: url(../images/map-icon2.png);
	}
}




















.show-news-title{
	padding: 30px 0 0	;
}
.show-news-title .news-date{
	line-height: 1.5em;
	font-size: 14px;
	color: #666666;
	text-align: center;
	font-size: '默认';
}
.show-news-title h1{
	padding: 20px 0;
	text-align: center;
	color: #373a41;
	font-size: 24px;
	line-height: 40px;
}
.show-news-content{
	padding: 20px 0 40px;
}
@media screen and (min-width:768px) {
	.show-news-content{
		padding: 50px 0 100px;
	}
}
@media screen and (min-width:992px) {
	.show-news-content{
		padding: 80px 0 120px;
	}
}

.show-news-content .container{
	max-width: 1040px;
	padding: 0 15px;
}
.show-news-content .container img{
	max-width: 100%;
}


.show-product{
	padding: 50px 0 60px;
}


.show-product-wrap{
	max-width: 1400px;
	margin: 0 auto;
	width: 100%;
}
.show-product-wrap-box{
	padding: 0 15px;
}
@media screen and (min-width:768px) {
	.show-product-wrap-box{
		padding: 0 25px;
	}
	.show-product{
		padding: 60px 0 80px;
	}
}
@media screen and (min-width:992px) {
	.show-product-wrap-box{
		padding: 0 40px;
	}
	.show-product{
		padding: 100px 0 120px;
	}
}

.show-product-img-list img{
	display: block;
	width: 100%;
	margin: 0 auto;
	max-width: 500px;
}
.show-product-info{
	padding: 100px 0 50px;
}
.show-product-info h1{
	font-size: 30px;
	font-weight: normal;
	line-height: 40px;
	margin: 0 0 15px;
}
.show-product-info .line{
	width: 30px;
	height: 3px;
	background: #f9b949;
}
.show-product-info p{
	font-size: 14px;
	color: #777777;
	line-height: 30px;
	margin: 15px 0 0;
}
.show-product-img-list .swiper-button-prev,
.show-product-img-list .swiper-button-next{
	width: 32px;
	height: 32px;
	top: 50%;
	margin-top: -16px;
	cursor: pointer;
	border-radius: 2px;
	background: url(../images/rs-default.png) #151515;
}
.show-product-img-list .swiper-button-prev{
	background-position: -64px -32px;
}
.show-product-img-list .swiper-button-next{
	background-position: -64px -64px;
}
.swiper-pagination-bullet{
	background: #ffffff;
	opacity: 1;
}
.swiper-pagination-bullet-active{
	background: #d69d49;
}
@media screen and (max-width:767px) {
	.show-product-info{
		padding: 30px 0;
	}
	.show-product-info h1{
		font-size: 24px;
		margin: 0 0 10px;
	}
}


.foot-copyright{
    color: #ffffff;
    text-align: center;
}